internal/concurrent.node.isEntry (field)

11 uses

	internal/concurrent (current package)
		hashtriemap.go#L60: 		if n.isEntry {
		hashtriemap.go#L92: 			if n.isEntry {
		hashtriemap.go#L111: 		if (n == nil || n.isEntry) && !i.dead.Load() {
		hashtriemap.go#L204: 			if n.isEntry {
		hashtriemap.go#L229: 			if n.isEntry {
		hashtriemap.go#L290: 		if !n.isEntry {
		hashtriemap.go#L327: 	return &indirect[K, V]{node: node[K, V]{isEntry: false}, parent: parent}
		hashtriemap.go#L350: 		node:  node[K, V]{isEntry: true},
		hashtriemap.go#L393: 	isEntry bool
		hashtriemap.go#L397: 	if !n.isEntry {
		hashtriemap.go#L404: 	if n.isEntry {